|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListMultimap | |
---|---|
org.modeshape.common.collection | A set of common classes for dealing with collections of other objects. |
org.modeshape.graph.session | A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. |
Uses of ListMultimap in org.modeshape.common.collection |
---|
Classes in org.modeshape.common.collection that implement ListMultimap | |
---|---|
class |
ArrayListMultimap<K,V>
A Multimap implementation that uses an ArrayList to store the values associated with a key. |
class |
LinkedListMultimap<K,V>
A Multimap implementation that uses an LinkedList to store the values associated with a key. |
Uses of ListMultimap in org.modeshape.graph.session |
---|
Fields in org.modeshape.graph.session declared as ListMultimap | |
---|---|
protected ListMultimap<Name,GraphSession.Node<Payload,PropertyPayload>> |
GraphSession.NO_CHILDREN
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |